Einhugur macOS Bridge plugin.

NSMutableDictionary.Cast Method

Does deep cast on incoming NSObject to NSMutableDictionary

shared Cast(
   obj as EinhugurCoreBridge.NSObject) as EinhugurCoreBridge.NSMutableDictionary

Parameters

obj
The NSObject to be casted.

Returns

EinhugurCoreBridge.NSMutableDictionary
The casted object or nil if the object could not be casted to NSMutableDictionary.

Remarks

Deep cast in this context means that the NSObject under the hood gets casted and new. Xojo wrapper object is built around the casted object.

See Also

NSMutableDictionary Class